Gets the individual component of a colour
Syntax
component = Red Component (colour) component = Green Component (colour) component = Blue Component (colour)
Description
All colours are composed of red, green and blue components. These values can be between 0 and 255. component is the value between 0 and 255 of the specified colour.
All colours are composed of red, green and blue components. These values can be between 0 and 255.
component is the value between 0 and 255 of the specified colour.